home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2001 May / SGI Freeware 2001 May - Disc 1.iso / dist / fw_teTeX.idb / usr / freeware / bin / mkocp.z / mkocp
Text File  |  2001-01-10  |  167b  |  7 lines

  1. #!/bin/sh
  2. # Initial definition.  Will leave the .ocp file in the local directory.
  3. (
  4. otp2ocp `basename $1 .ocp` || exit 1
  5. ) 1>&2 </dev/null
  6. echo `basename $1 .ocp`.ocp
  7.